public class Caption : ShapePublic Class Caption
Inherits Shape| Caption | Initializes a new instance of the Caption class. |
| CaptionPointX | Contains the position of a point that is captioned. A set of lines are rendered to that point from the caption area. |
| CaptionPointY | Contains the position of a point that is captioned. A set of lines are rendered to that point from the caption area. |
| Content | Contains a collection of IDrawText objects. |
| CornerRadius | Contains the radius of the circle used to round off the corners of a caption, rectangle or a text-box. |
| EventListeners | Contains an attachment of an event listener to a drawing shape. |
| GluePoints | Contains the designated point in the area of a drawing object to which a connector shape can connect. |
| Height | (Inherited from Shape) |
| ID | (Inherited from Shape) |
| Layer | (Inherited from Shape) |
| Name | (Inherited from Shape) |
| RelativeHeight | Contains height of a drawing object as a relative value within a frame. |
| RelativeWidth | Contains width of a drawing object as a relative value within a frame. |
| Style | (Inherited from Shape) |
| TextStyle | (Inherited from Shape) |
| Transform | (Inherited from Shape) |
| Width | (Inherited from Shape) |
| X | (Inherited from Shape) |
| Y | (Inherited from Shape) |
| ZIndex | (Inherited from Shape) |
| Add(IDrawText) | Adds a IDrawText object to the content. |
| Add(List) | Adds a List object to the content. |
| Add(Paragraph) | Adds a Paragraph object to the content. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides ShapeGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Overrides ShapeGetParent) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current Caption object to its equivalent string representation.
(Overrides ObjectToString) |